style: Apply same matrix conversion as gdk_draw_layout() did
authorBenjamin Otte <otte@redhat.com>
Sat, 7 Aug 2010 00:14:10 +0000 (02:14 +0200)
committerBenjamin Otte <otte@redhat.com>
Tue, 10 Aug 2010 19:02:31 +0000 (21:02 +0200)
commitccacd3a46aa5e3a5c50841bc86a007b4cf8bca2d
tree8f74a9457dd44ab573c22bbb9cb111a23a8f9dc8
parentc9d08d02e540dfbd2c4517dbffdf635a462c0fe3
style: Apply same matrix conversion as gdk_draw_layout() did

This is only necessary for GtkLabel with an angle set as no other widget
rotates text.
Note that the label code does not need these adjustments as those paths
are only taken when the label is not rotated.
gtk/gtkstyle.c